home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nhppexe.zip / NETHACK.CNF < prev    next >
Text File  |  1992-12-15  |  4KB  |  94 lines

  1. # A '#' at the beginning of a line means the rest of the line is a comment.
  2. #
  3. # This configuration file is set up for two cases, for a hard disk
  4. # (as drive C:), and for two floppy disks.
  5. #
  6. # To change the configuration, comment out the unwanted lines, and
  7. # uncomment the configuration you want.
  8.  
  9.  
  10. # *** OPTIONS ***
  11. #
  12. # These two options should be used for most setups.  If you're machine isn't
  13. # very IBM-compatible, and NetHack doesn't work, try commenting out this line.
  14. #
  15. OPTIONS=rawio,IBM_BIOS,IBMgraphics
  16. # DEC Rainbows will hang if rawio is set, so they should instead use:
  17. #OPTIONS=IBM_BIOS,DECgraphics
  18. #
  19. #
  20. # Some options to set personal preferences.  Uncomment and change these to
  21. # suit your personal preference.  If several people are to use the same
  22. # configuration, options like these should not be set.
  23. #
  24. #OPTIONS=name:Janet-V,female,dogname:Fido,catname:Morris,fruit:apricot
  25. #OPTIONS=packorder:")[%?+/=!(*0_`,endgame:10 top/2 around/own
  26. #
  27. #
  28. # Other general options.  You might also set "silent" so as not to attract
  29. # the boss's attention.
  30. #
  31. OPTIONS=time,rest_on_space,nopickup,number_pad
  32.  
  33.  
  34. # *** HARD DISK CONFIGURATION ***
  35. #
  36. HACKDIR=c:\games\nhpp
  37. #
  38. #   LEVELS and SAVE default to HACKDIR
  39. #
  40. LEVELS=c:\games\nhpp\bones
  41. SAVE=c:\games\nhpp;n
  42. #
  43. #   appending a ";n" to SAVE means don't prompt to insert a disk.
  44. SAVE=;n
  45. #
  46. #RAMDISK=d:
  47.  
  48.  
  49. # *** 2-FLOPPY CONFIGURATION ***
  50. #
  51. # HACKDIR=a:\
  52. # LEVELS=b:\
  53. # SAVE=b:\
  54. # RAMDISK=c:
  55.  
  56.  
  57. # *** CHARACTER GRAPHICS ***
  58. #
  59. # The 32 GRAPHICS characters (0-31) are:
  60. # stone, vertical wall, horizontal wall, top left corner, top right corner,
  61. # bottom left corner, bottom right corner, crosswall, up T wall, down T wall,
  62. # left T wall, right T wall, vertical beam, horizontal beam, left slant, right
  63. # slant, no door, vertical open door, horizontal open door, closed door,
  64. # floor, corridor, up stairs, down stairs, trap, web, pool,
  65. # fountain, sink, throne, altar, up ladder, down ladder, vertical drawbridge
  66. # wall, horizontal drawbridge wall
  67. #
  68. # If you specify less that 35 ASCII values, the remaining characters will be
  69. # set to their respective defaults.
  70. #
  71. # If you merely set the IBMgraphics option as above, NetHack will use IBM
  72. # extended ASCII for dungeon characters.  If you don't like the selections,
  73. # you can make up your own via the graphics option, but you should still set
  74. # IBMgraphics if you are using IBM graphics characters to get the correct
  75. # processing.
  76. #
  77. # An example using the IBM graphics character set:
  78. #          ' '  |   -   .   .   `   '   -   -   -   -   -   |   -   \   /   .   -   |   +   .   #   <   >   ^   "   }   {   #   \   _   <   >   #   #
  79. #GRAPHICS = 032 179 196 218 191 192 217 197 193 194 180 195 179 196 092 047 249 239 239 254 249 177 060 062 094 157 247 244 035 190 220 060 062 186 205
  80. # An alternative:
  81. GRAPHICS= 032 186 205 201 187 200 188 206 202 203 185 204 179 196 092 047 249 239 239 254 249 177 060 062 094 034 247 244 035 092 095 060 062 179 196
  82. #
  83. #
  84. # Using the DEC Rainbow/ANSI line-drawing character set:
  85. #
  86. # If you have compiled with TERMLIB, merely set the DECgraphics option as
  87. # above.  NetHack will then switch into the VTxxx line-drawing character set
  88. # (aka ANSI ruling character set '0') for dungeon characters.  If you don't
  89. # like the selections, you can make up your own via the graphics option,
  90. # adding 128 to the value of any line-drawing character you want to use.
  91. # (But you should still set DECgraphics to get the correct processing.)
  92. #
  93. #GRAPHICS= 032 248 241 236 235 237 234 238 246 247 245 244 248 241 092 047 254 241 248 043 254 225
  94.